* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

body {
    z-index: 1;
    background-color: #F6F4F3;
    color: black;
}

.container {
    margin-top: 100px;
    padding: 10px;
}

.privstmnt {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 100px;
}

.stmnt, .cookies, .privacy_choices {
    margin-top: 20px;
    background-color: white;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
}

.privstmnt h2 {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

.privstmnt h3 {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    padding: 10px;
}

.privstmnt li {
    margin-left: 50px;
}

@media only screen and (min-width: 800px) {

}



